home *** CD-ROM | disk | FTP | other *** search
- from JascApp import *
-
- def ScriptProperties():
- return {
- 'Author': 'Jasc Software, Inc.',
- 'Copyright': 'Copyright (c) 2004 Jasc Software, Inc. All rights reserved.',
- 'Description': '',
- 'Host': 'Paint Shop Pro 9',
- 'Host Version': '9.00'
- }
-
- def MIPTemplate_Print():
- return {
- 'PrintingOptions': {
- 'PrinterName': None,
- 'Orientation': 0,
- 'NumCopies': 1,
- 'Negative': False,
- 'Background': False,
- 'BackgroundColor': (255,255,255),
- 'OutputOption': 0,
- 'CornerCropmarks': False,
- 'CenterCropmarks': False,
- 'RegistrationMarks': False,
- 'ImageLabels': False,
- 'Header': False,
- 'HeaderText': '',
- 'Footer': False,
- 'FooterText': '',
- 'CMYKLabels': False,
- 'PrintQuality': 200,
- 'PaperSize': 1
- },
- 'MIPCmdFile': '',
- 'TemplateMetric': False,
- 'PageDimensions': (8.5,11),
- 'TemplateCategory': 'Avery',
- 'TemplateDescription': '(14) 4.19" x 1.33"-etiketten',
- 'Template': [{
- 'CellPosition': (0.2235,0.9008),
- 'CellSize': (3.865,1.198),
- 'ImagePlacement': 2,
- 'EllipticalCell': False,
- 'ImagePath': '',
- 'RotationAngle': 0,
- 'ImagePosition': (0,0),
- 'ImageSize': (0,0)
- },{
- 'CellPosition': (0.2235,2.2338),
- 'CellSize': (3.865,1.198),
- 'ImagePlacement': 2,
- 'EllipticalCell': False,
- 'ImagePath': '',
- 'RotationAngle': 0,
- 'ImagePosition': (0,0),
- 'ImageSize': (0,0)
- },{
- 'CellPosition': (0.2235,3.5668),
- 'CellSize': (3.865,1.198),
- 'ImagePlacement': 2,
- 'EllipticalCell': False,
- 'ImagePath': '',
- 'RotationAngle': 0,
- 'ImagePosition': (0,0),
- 'ImageSize': (0,0)
- },{
- 'CellPosition': (0.2235,4.8998),
- 'CellSize': (3.865,1.198),
- 'ImagePlacement': 2,
- 'EllipticalCell': False,
- 'ImagePath': '',
- 'RotationAngle': 0,
- 'ImagePosition': (0,0),
- 'ImageSize': (0,0)
- },{
- 'CellPosition': (0.2235,6.2328),
- 'CellSize': (3.865,1.198),
- 'ImagePlacement': 2,
- 'EllipticalCell': False,
- 'ImagePath': '',
- 'RotationAngle': 0,
- 'ImagePosition': (0,0),
- 'ImageSize': (0,0)
- },{
- 'CellPosition': (0.2235,7.5658),
- 'CellSize': (3.865,1.198),
- 'ImagePlacement': 2,
- 'EllipticalCell': False,
- 'ImagePath': '',
- 'RotationAngle': 0,
- 'ImagePosition': (0,0),
- 'ImageSize': (0,0)
- },{
- 'CellPosition': (0.2235,8.8988),
- 'CellSize': (3.865,1.198),
- 'ImagePlacement': 2,
- 'EllipticalCell': False,
- 'ImagePath': '',
- 'RotationAngle': 0,
- 'ImagePosition': (0,0),
- 'ImageSize': (0,0)
- },{
- 'CellPosition': (4.411,0.9008),
- 'CellSize': (3.865,1.198),
- 'ImagePlacement': 2,
- 'EllipticalCell': False,
- 'ImagePath': '',
- 'RotationAngle': 0,
- 'ImagePosition': (0,0),
- 'ImageSize': (0,0)
- },{
- 'CellPosition': (4.411,2.2338),
- 'CellSize': (3.865,1.198),
- 'ImagePlacement': 2,
- 'EllipticalCell': False,
- 'ImagePath': '',
- 'RotationAngle': 0,
- 'ImagePosition': (0,0),
- 'ImageSize': (0,0)
- },{
- 'CellPosition': (4.411,3.5668),
- 'CellSize': (3.865,1.198),
- 'ImagePlacement': 2,
- 'EllipticalCell': False,
- 'ImagePath': '',
- 'RotationAngle': 0,
- 'ImagePosition': (0,0),
- 'ImageSize': (0,0)
- },{
- 'CellPosition': (4.411,4.8998),
- 'CellSize': (3.865,1.198),
- 'ImagePlacement': 2,
- 'EllipticalCell': False,
- 'ImagePath': '',
- 'RotationAngle': 0,
- 'ImagePosition': (0,0),
- 'ImageSize': (0,0)
- },{
- 'CellPosition': (4.411,6.2328),
- 'CellSize': (3.865,1.198),
- 'ImagePlacement': 2,
- 'EllipticalCell': False,
- 'ImagePath': '',
- 'RotationAngle': 0,
- 'ImagePosition': (0,0),
- 'ImageSize': (0,0)
- },{
- 'CellPosition': (4.411,7.5658),
- 'CellSize': (3.865,1.198),
- 'ImagePlacement': 2,
- 'EllipticalCell': False,
- 'ImagePath': '',
- 'RotationAngle': 0,
- 'ImagePosition': (0,0),
- 'ImageSize': (0,0)
- },{
- 'CellPosition': (4.411,8.8988),
- 'CellSize': (3.865,1.198),
- 'ImagePlacement': 2,
- 'EllipticalCell': False,
- 'ImagePath': '',
- 'RotationAngle': 0,
- 'ImagePosition': (0,0),
- 'ImageSize': (0,0)
- }],
- 'TextFieldList': []
- }
-
- def Do(Environment):
- # Print_LOCALIZED
- App.Do( Environment, 'Print', MIPTemplate_Print())
-
-